@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

.form-check-input:checked {
    background-color: #FF5722;
    border-color: #ffffff;
}

.form-check-input:checked {
    background-color: #FF5722;
    border-color: #ffffff;
}

.nav-item,.nav-link{
    font-weight: 600;
    color: #6d6865;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F56B09;
}

.dropdown-menu{
    color: #000;
    --bs-dropdown-link-hover-color: #F56B09;
}


.modal-title{
    margin-bottom: 1vh;
    margin-top: 1vh;
}


.modal-body{
    padding-top: 1vh;
    padding-left: 5vh;
    padding-right: 5vh;
    padding-bottom: 5vh;
}

.modal-header{
    padding-bottom: 0;
}
/*-----------------------------------------------------PORTADA------------------------------------*/

.titulo-portada{
    color: #fff; 
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.precio{
    font-size: 22px;
    color: #fff;
}

.precios{
    font-size: 6vh;
}


.monto-blanco{
    font-size: 7vh;
    color: #fff;
    font-weight: bold;
}
.monto-verde{
    font-size: 7vh;
    color: #fff;
    font-weight: bold;
}
/* CUOTAS */

.row.align-items-center.w-70.cuotas{
    position: relative; 
    margin: -6vh auto; 
    background-color: #F56B09; 
    border-radius: 20px;
}

.titulo{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 65%;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo div {
    width: 100%;
    display: flex;
    align-items: center;
}

.contenedor-de-galeria{
    background-color: rgba(0, 255, 255, 0);
    padding-bottom: 3vh;
}

.container-galeria{
    border: solid 2px rgba(0, 255, 42, 0);
}

.titulo-galeria{
    border: 2px solid rgba(255, 0, 242, 0);
    margin-left: 0;
}

.titulo-galeria h2{
    font-weight: bold;
    color: #F56B09;
    margin-bottom: 2vh;
}

.contenedor-carrusel{
    border: 2px solid #81000000;
}

.carousel-item img{
    border-radius: 20px;
}
.carousel-control-prev-icon {
    background-image: url(/iconos/flecha-izquierda.png);
    
}
.carousel-control-next-icon {
    background-image: url(/iconos/flecha-derecha.png);
}

/**/

.nav-item .nav-link.sub-menu{
    color: #000; 
    cursor: pointer;
}

.nav-item .nav-link.sub-menu:hover{
    color: #F56B09;
    font-weight: 700;
}


/*-------------------  MAPA ENTORNO   ---------------------*/
.contenedor-mapa-entorno{
    border: solid 5px rgba(0, 0, 0, 0);
    width: 100%;
}

.mapa-entorno{
    border: solid 2px rgba(0, 60, 255, 0);
    padding-bottom: 50px;
}
.titulo-mapa-entorno h2{
    font-weight: bold;
    color: #f56b09;
    margin-top: 3vh;
    margin-left: 2vh;
    margin-bottom: 3vh;
}

.mapa {
    display: flex;
    border: #f56b0900 5px solid;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.mapa iframe {
    max-width: 100%; /* Ajusta el ancho máximo del iframe */
    border-radius: 20px;
}

/*---------------- COSTOS ----------------*/

.fondo-costos{
    background: linear-gradient(90deg,#fe8b1c 20%, #f46807 80%);
    width: 100%;
}



/*----------------------------- SWIPERR-----------------------------------------*/
.contenedor-proyectos{
    border: #00000000 solid 3px;
}

.contenedor-titulo-proyectos h2{
    border: #1ab13800 2px solid;
    text-align: center;
    font-size: 40px;
    color: #F56B09;
    font-weight: 700;
    padding-top: 0;
}

.swiper{
    background: white;
    width: 100%;
}
.texto-inferior{
    background-color: white;
    height: 75px;
    width: 220px;
    text-align: center;
    padding-top: 20px;
    border-radius: 0px 0px 15px 15px;
    font-weight: bolder;
    color: #dd6700;
    opacity: 0.9;
    transition: opacity .2s ease-out;
}

swiper-container {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 5vh;
    background-color: #008a2202;
}
  swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 500px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10%;
    background-color: rgba(127, 255, 212, 0);
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 5%;
    object-fit: cover;
}


.bg-white {
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    height: 470px;
}


.btn-info {
    background: #f46807;
    border-color: transparent;
    padding: 10px;
    margin-bottom: 12px;
    width: 300px;
    margin-left: -50px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    border-radius: 6px;
    text-decoration: none;
    justify-content: center;
}
/* Elimina el efecto hover */
    .btn-info:hover {
    background: white;
    color: #f46807;
    border-color: none;
} 
.slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Para ocultar la barra de desplazamiento en navegadores que la muestran */
    -ms-overflow-style: none; /* Para ocultar la barra de desplazamiento en navegadores de Internet Explorer */
}
.slider-container::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores basados en WebKit */
}
.slider-item {
    display: inline-block;
    margin-right: 15px; /* Espacio entre cada tarjeta */
    vertical-align: top; /* Alinea las tarjetas en la parte superior del contenedor */
}
.t-swipper-1{
    background-color: #008a2200;
    width: 300px;
    margin-left: -50px;
    margin-top: 300px;
    display: flex;
}
.t-swipper-2{
    background-color: #00e1ff00;
    width: 300px;
    margin-left: -50px;
    display: flex;
    font-size: 10px;

}
.t-swipper-1 h2{
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.t-swipper-2 h2{
    font-size: 20px;
    margin-top: -2px;
    color: rgb(255, 255, 255);
}
.t-swipper-1 img{
    width: 25px;
    height: 25px;
    color: white;
}
.t-swipper-2 img{
    width: 20px;
    height: 20px;
}
/*---------------- BENEFICIOS ----------------*/

.fondo-beneficios{
    background: #F7F7F7;
}

.beneficios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: auto;
    width: 100%;
    flex-direction: row;
}

.beneficios div {
    width: 22vh;
    height: 23vh;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.imagen-beneficios{
    width: 100px;
}

.letra-beneficios{
    font-size: 22px;
}
/*------------------------- SAL DE VENTAS --------------------------------*/
.texto-ventas{
    font-size: 25px;
    font-weight: 700;
}

.texto-ventas img{
    width: 3vh;
    height: 3vh;
}


/*-------------------------------GALERIA---------------------------------------------*/
.image-source-link {
	color: #00000000;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*-----------------------------------------------------------------------------*/




/*--------------------- LISTADO  ----------------------------------*/

.familia-texto{
    border: #00000000 solid 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.mapa-familia-texto{
    border: #1ab13800 3px solid;
    display: flex;
    padding: 0;
}

.caja-izquierda{
    border: 5px solid rgba(0, 0, 255, 0);
    width: 50%;
}

.titulo-caja-izquierda{
    border: 3px solid rgba(128, 0, 128, 0);
    width: 100%;
    margin-top: 20vh;
    margin-bottom: 3vh;
}

.lista-oraciones{
    border: 3px solid rgba(106, 142, 35, 0);
    width: 100%;
}

.oraciones{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    margin-left: 0vh;
}


.titulo-caja-izquierda h2{
    color: #F56B09;
    font-weight: 700;
    border: #1ab13800 3px solid;
    padding: 0;
    font-size: 35px;
}
.titulo-caja-izquierda .h3-caja-izquierda{
    color: #000000;
    font-weight: 700;
    border: rgba(0, 195, 255, 0) 3px solid;
    padding: 0;
}

.oraciones img{
    width: 7%;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}
/*------------------------------  CAJA IZQUIERDA   --------------------------*/


.caja-derecha{
    border: 5px solid rgba(128, 128, 128, 0);
    width: 50%;
}

.imagen-mapa-naranja{
    border: #1ab13800 2px solid;
    width: 100%;
}

.imagen-mapa-naranja img{
    border: #2f00ff00 2px solid;
    width: 100%;
}

/*-----------------------------------------FOOOTER-------------------------------------------*/
.contenedor-footer{
    border: #00000000 5px solid;
    background-color: #000000;
    
}
.contenedor-footer-principal{
    border: 3px solid rgba(47, 88, 47, 0);
    padding: 0;
    display: flex;
}

.container-logo{
    border: 3px solid rgba(255, 0, 0, 0);
}

.container-logo img {
    border: 3px solid rgba(0, 0, 0, 0);
    width: 15%;
}


.texto-1{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;

}
p {
    margin-top: 0;
    margin-bottom: 0; 
}
.info-footer{
    border: 3px solid rgba(255, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
}


.texto-2 {
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.texto-2 ul {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin-left: 10px;
}
.texto-2 ul li a {
    text-decoration: none;
    color: white; /* Cambia el color del texto a blanco */
    font-weight: normal;
}
.texto-2 ul li a:hover{
    color: #F56B09;
}

.texto-3{
    border: #dd670000 5px solid;
    width: 50%;

}

.texto-3 h2{
    border: #00000000 5px solid;
    width: 50%;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.texto-3 ul{
    border: #00000000 5px solid;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding: 0;
}
.texto-4{
    border-top: 1px solid #f56b09;
    width: 100%;
    padding: 0;
    display: flex;
    padding-top: 10px;
}
.texto-4 p{
    border: 3px solid rgba(0, 255, 0, 0);
    width: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: start;
}
.iconos-footer{
    border: #86868600 3px solid ;
    width: 50%;
    text-align: end;
}
.iconos-footer img{
    width: 4%;
    margin-right: 10px;
}
a {
    text-decoration: underline;
}

/*-------------------------  WSP  ------------------*/

.img-wsp{
    width: 100%;
}
#whatsapp-link {
    position: fixed;
    bottom: 60px; /* ajusta este valor según sea necesario */
    right: 20px; /* ajusta este valor según sea necesario */
    z-index: 9999; /* asegura que esté por encima de otros elementos */
    cursor: pointer; /* cambia el cursor al pasar sobre el enlace */
  }
  
  #whatsapp-link:hover img {
    filter: brightness(0.9); /* cambia el brillo del icono al pasar el ratón sobre él */
  }

  #whatsapp-link:hover::after {
    content: "Pide información aquí"; /* contenido del mensaje */
    position: absolute;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    background-color: #fff; /* color de fondo de la caja de texto */
    border: 1px solid #000; /* borde de la caja de texto */
    border-radius: 15px; /* border radius de 15px */
    padding: 10px 0px 0px 20px; /* espacio interno de la caja de texto */
    bottom: 30px; /* posición vertical de la caja de texto */
    right: 50px; /* posición horizontal de la caja de texto (modificado a 50px) */
    z-index: 999; /* asegura que esté por encima de otros elementos */
    width: 350px; /* ancho de la caja de texto (modificado a 200px) */
    height: 60px;
}
@keyframes shakeY {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}

.icon-wsp.animate__animated {
    animation: shakeY 7.5s infinite; /* Aquí defines la animación infinita */
}

.icono-oraciones{
    width: 10%;
} 

.texto-razones{
    align-items: flex-start;
}

.contenedor-subnavbar{
    background: transparent;
    margin-top: 90px;
    margin-bottom: 0;
    background-color: white;
}
.informacion-proyecto{
    padding-left: 5vh;
    padding-right: 5vh;
}
.row-costos {
    display: flex;
    justify-content: space-around;
}
.precio .mb-1{
    font-size: 50px;
}

.icono-ubicacion-t{
    width: 4vh;
    height: 5vh;
    padding-bottom: 9px;
}

.fw-bold-1{
    text-align: center;
    margin: 4px;
    color: #000;
    font-weight: bold;
}
.fw-bold-2{
    text-align: center;
    margin: 4px;
    color:#F56B09;
    font-weight: bold;
}
.mb-3{
    color: #F56B09;
    text-align: start;
    margin: 4px;
}
.titulo-inicial{
    color: #f56b09;
    font-size: 35px;
    font-weight: normal;
    border-bottom: 2px solid #f56b09;
}
.titulo-al-contado{
    color: #fff; 
    font-size: 35px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
}
@media screen and (max-width:1200px) {
    .precios {
        font-size: 5vh;
    }
}
@media screen and (max-width:1024px) {  
    .precios {
        font-size: 4vh;
    }
    .monto-verde {
        font-size: 6vh;
    }
    .titulo-caja-izquierda {
        border: 3px solid rgba(128, 0, 128, 0);
        width: 100%;
        margin-top: 10vh;
        margin-bottom: 3vh;
    }
    .icono-ubicacion-t{
        width: 4vh;
        height: 5vh;
        padding-bottom: 10px;
    }
    
}
@media screen and (max-width:991px){
    .caja-derecha {
        display: none;
    }
    .caja-izquierda {
        border: 5px solid rgba(0, 0, 255, 0);
        width: 100%;
    }
    .oraciones {
        font-weight: 700;
        color: rgb(0, 0, 0);
        font-size: 19px;
    }
}
@media screen and (max-width:768px){
    .row-costos{
        flex-direction: column;
        display: flex;
    }
    .fw-bold .mb-3{
        color: white;
        text-align: center;
        margin: 4px;
        font-size: 30px;
    }
    .oraciones img {
        width: 6%;
    }
    .precios{
        font-size: 30px;
    }
}

@media screen and (max-width:650px){
    .row.align-items-center.w-70.cuotas {
        margin: 0;
        border-radius: 0;
    }
    .w-70{
        width: 100% !important;
    }
    .m-4 {
        margin: 1.5rem !important;
        flex-direction: column;
    }
    .contenedor-footer-principal{
        flex-direction: column;
        text-align: center;
    }
    .texto-1,
    .texto-2,
    .texto-3,
    .texto-3 h2,
    .texto-4{
        width: 100%;
    }
    .container-logo{
        width: 100%;
        text-align: center;
    }
    .container-logo img {
        width: 40%;
    }
    .texto-4{
        flex-direction: column;
    }
    .texto-4 p {
        width: 100%;
        font-size: 15px;
        text-align: center;
    }
    .iconos-footer{
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }
    .texto-ventas{
        font-size: 25px;
    }
}


@media screen and (max-width:492px){
    .texto-ventas{
        font-size: 22px;
    }
    
}
@media screen and (max-width:430px){
    .contenedor-subnavbar {
        margin-top: 60px;
    }
    .texto-ventas{
        font-size: 21px;
    }
}
@media screen and (max-width:425px) {
    .row.align-items-center.w-70.cuotas {
        margin: 0;
        border-radius: 0;
    }
    .w-70{
        width: 100% !important;
    }
    .m-4 {
        margin: 1.5rem !important;
        flex-direction: column;
    }
    .contenedor-subnavbar {
        background: transparent;
        margin-top: 5vh;
    }
    .nav-pills {
        flex-direction: column;
        text-align: center;
    }
    .align-items-center {
        font-size: 18px;
    }
    .texto-ventas img{
        width: 3vh;
        height: 3vh;
    }
    .contenedor-titulo-proyectos h2 {
        font-size: 35px;
    }
    
}

@media screen  and (max-width:375px){
    .align-items-center {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .contenedor-footer-principal{
        flex-direction: column;
        text-align: center;
    }
    .texto-1,
    .texto-2,
    .texto-3,
    .texto-3 h2,
    .texto-4{
        width: 100%;
    }
    .container-logo{
        width: 100%;
        text-align: center;
    }
    .container-logo img {
        width: 40%;
    }
    .texto-4{
        flex-direction: column;
    }
    .texto-4 p {
        width: 100%;
        font-size: 15px;
        text-align: center;
    }
    .iconos-footer{
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 9%;
        margin-right: 10px;
    }
    .monto-blanco{
        font-size: 5vh;
    }
    .monto-verde{
        font-size: 5vh;
    }
    .fw-bold {
        text-align: center;
    }
    .titulo-sala-ventas{
        text-align: left;
    }
    .titulo-incial{
        color: #f56b09;
         font-size: 35px;
          font-weight: normal;
           border-bottom: 2px solid #f56b09;
    }
    .titulo-al-contado{
        color: #fff; 
        font-size: 35px;
         font-weight: normal;
          border-bottom: 2px solid #fff;
    }
}